home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / w31 / jwrite / README.TXT < prev    next >
Encoding:
Text File  |  1998-02-01  |  15.2 KB  |  352 lines

  1. J-Write for Windows - a product of MWA Software.
  2. ================================================
  3.  
  4. This is J-Write for Windows - a fast well featured editor for general text files 
  5. and EMail. J-Write is both a useful application and a demonstration of a set of 
  6. components for Borland Delphi.  J-Write supports editing of very large files, any 
  7. ANSI Font, configurable tab settings and four line wrap modes, concurrent editing 
  8. of multiple files, multi-level undo/redo and many other features. 
  9.  
  10. Shareware, From MWA Software. 
  11.  
  12. mailto:sales@mwassocs.demon.co.uk. 
  13. http://www.demon.co.uk/mwa-soft
  14.  
  15. ONLINE HELP IS ALSO AVAILABLE IN THE FILE jwrite.hlp.
  16.  
  17. This file contains the following information:
  18.  
  19. 1. ABOUT THE JWRITE EDITOR
  20. 2. INSTALLATION INSTRUCTIONS
  21. 3. REMOVING J-WRITE
  22. 4. PRICING INFORMATION
  23. 5. HOW TO REGISTRATION
  24. 6. SECURE REGISTRATION
  25.  
  26. 1. ABOUT THE JWRITE EDITOR
  27. ==========================
  28.  
  29. Microsoft Windows provides two built-in text editors - Notepad and MS Write 
  30. (Wordpad in Windows 95). Notepad is a simple plain text editor for small 
  31. files, while MS Write is a small word processor. However, they both suffer 
  32. from what might be called the Goldilocks paradox, neither is just right.
  33.  
  34. NotepadÆs problem is that it is not powerful enough. It is unable to open 
  35. text files of any significant size. Activity logs and Bulletin Board 
  36. Directories are but two of the file types that Notepad habitually rejects 
  37. due to the file being too big.
  38.  
  39. On the other hand, MS Write is too powerful (and often too slow) for simply 
  40. displaying or editing simple text files - and - if you are not careful - 
  41. you can too easily save a modified file in MS WriteÆs own format and not 
  42. simple ASCII text.
  43.  
  44. There is a need for a Windows text editor that is "just right". Powerful 
  45. enough to edit text files of any size, but not too feature loaded as to 
  46. slow it down. Enter J-Write. J-Write aims to be the text editor that 
  47. is "just right". There is no limit on the file size that you can edit. You 
  48. can jump from one end to the other in the same time as you can jump to the 
  49. next page, and free text searches of megabytes of data just have to be seen 
  50. to be believed.
  51.  
  52. J-Write supports free and easy text editing. All the usual edit keys are 
  53. there and word wrap is automatic. Lines may be wrapped on actual line 
  54. breaks, on screen boundaries, on printer page boundaries (true WYSIWYG), or 
  55. after so many characters. You can flow lines of text into paragraphs and 
  56. saved edited files as paragraph text or line oriented text. Any ANSI 
  57. Windows font is supported, both variable and fixed pitch. You can also set 
  58. tabs to any position you want.
  59.  
  60. The mouse is well supported with drag and drop editing. Clipboard support 
  61. is naturally provided, and there are multiple user setable undo and redo 
  62. levels, if you need to undo editing operations.
  63.  
  64. J-Write also has special extensions for EMail. You can merge in existing 
  65. text files either as they are, or with each line prefixed by a "Mail 
  66. Quotes" string. Text pasted from the clipboard can similarly have a Mail 
  67. Quotes prefix. Binary files can also be uuencoded prior to merging. Both 
  68. text and binary files can also be compressed using your favourite 
  69. compression utility, before the uuencode engine is applied. UUDecode can 
  70. also be performed on any text currently in the edit window.
  71.  
  72. J-Write comes with online context-sentive help.
  73.  
  74. J-Write is marketed as shareware. You have a licence to use it for 
  75.  
  76. thirty days after which you should either register it or stop using it. 
  77. There is no Nagware other than an initial About Box, and registration 
  78. depends on your honesty. But it is to your advantage to register. Firstly, 
  79. the registration of shareware ensures that more low cost high quality 
  80. programs are produced. Secondly, registered users of J-Write get the 
  81. J-Write editing engine as a Delphi Component. The text editor can then 
  82. be incorporated in any of your  applications. The full source code is also 
  83. available.
  84.  
  85. J-Write provides:
  86.  
  87. * Fast editing of large files - up to the maximum DOS and Windows can   
  88.   support, while using only a few Kilobytes for each open file.
  89.  
  90. * Editing of multiple text files
  91.  
  92. * Four word wrap algorithms, including a WYSIWYG wrap on printer page width
  93.  
  94. * Support of any ANSI font including variable pitch fonts, and configurable tab 
  95.   settings
  96.  
  97. * EMail extensions including automatic insertion of quote prefixes, reformatting 
  98.   of EMail Messages and uuencode/decode
  99.  
  100. * Zoom In and Out
  101.  
  102. * Multi-level undo/redo with no limit other than available memory
  103.  
  104. * Bookmarks, jump to any page or line number, and fast search/replace, including 
  105.   searching for tabs, page breaks and line breaks
  106.  
  107. * Word captialise, text flow, conversion of soft to hard line breaks, and  
  108.   many other valuable features.
  109.  
  110. * Normal and block mode selection of text with both the keyboard and the mouse.
  111.  
  112. J-Write is also available as a set of Delphi and C++Builder components, making its 
  113. powerful editing engine available to Delphi Developers. J-Write components are 
  114. available for both 16-bit applications and 32-bit applications.
  115.  
  116. 2. INSTALLATION
  117. ===============
  118.  
  119. J-Write comes with its own setup program and installation should be 
  120. largely automatic. If you obtained J-Write from a Bulletin Board, then 
  121. it is likely that the installation files will be contained in a single 
  122. pkzip archive. You must first use the pkunzip program to expand the archive 
  123. into either a temporary directory, or on to a single floppy disk (a 720KB 
  124. diskette will be sufficient).    
  125.  
  126. Minimum system requirements: Windows 3.1, 600KB free disk space.
  127.  
  128. The setup procedures are different depending on whether you are installing 
  129. under Windows 3.x, or Windows 95/NT. Please note that there are different versions 
  130. for Windows 3.1 and Windows 95/NT.
  131.  
  132. Installation under Windows 3.x
  133. ==============================
  134.  
  135. When installing under Windows 3.x, you must install J-Write from Program 
  136. Manager. Select the RUN menu item from Program Manager's FILE menu and 
  137. enter the file name and path of the J-Write setup program.
  138.  
  139. For example, if you are installing from a Diskette in drive A:, you will 
  140. enter:
  141.  
  142. A:\SETUP.EXE
  143.  
  144. Alternatively, if you have expanded the archive into a temporary directory, 
  145. then you will enter the path of the temporary directory instead. For 
  146. example, if this directory is called "tmpsetup" and is on drive C:, then 
  147. you will enter:
  148.  
  149. C:\tmpsetup\setup.exe
  150.  
  151.  
  152. Press OK. 
  153.  
  154. The setup program will now run. You will be prompted for the directory in 
  155. which to install J-Write. In most cases, the suggested default will 
  156. suffice. You will also be prompted for permission to install J-Write as 
  157. your default text file viewer and print program. If you answer yes to this 
  158. prompt, then whenever you click on a .txt file in File Manager, J-Write 
  159. will be called to display it for you. Similarly, if you select PRINT from 
  160. File Manager's FILE menu and a .txt file is selected, the J-Write will 
  161. be called to print the file using whatever font and paper margins you set 
  162. when you last used J-Write.
  163.  
  164. Installation under Windows 95/NT
  165. ================================
  166.  
  167. When installing under Windows 95, you should install J-Write using the 
  168. Add/Remove Programs applet on the Control Panel. If you are installing from 
  169. a Diskette, then the applet should find the setup program automatically. 
  170. Follow the on screen instructions to start the J-Write setup program.
  171.  
  172. Alternatively, if you have expanded the archive into a temporary directory, 
  173. then you will need to assist the Add/Remove Programs applet and explicitly 
  174. enter the path of the temporary directory or Browse for it instead. For 
  175. example, if this directory is called "tmpsetup" and is on drive C:, then you 
  176. will enter:
  177.  
  178. C:\tmpsetup\setup.exe
  179.  
  180.  
  181. Press Finish 
  182.  
  183. The setup program will now run. You will be prompted for the directory in 
  184. which to install J-Write. In most cases, the suggested default will 
  185. suffice. You will also be prompted for permission to install J-Write as 
  186. your default text file viewer and print program. If you answer yes to this 
  187. prompt, then whenever you click on a .txt file in Explorer, J-Write 
  188. will be called to display it for you. Similarly, if you select PRINT from 
  189. Explorer's FILE menu and a .txt file is selected, then J-Write will 
  190. be called to print the file using whatever font and paper margins you set 
  191. when you last used J-Write.
  192.  
  193. 3. REMOVING J-WRITE
  194. ===================
  195.  
  196. In the unlikely event that you will want to remove J-Write, removal is 
  197. straightforward. An uninstall program will have been installed by the installation 
  198. program and this may be found in the J Write program group. Simply run this 
  199. program and J-Write will be removed and notepad configured as your default text 
  200. viewer. Under Windows 95, you can also uninstall the 32-bit version of J-Write 
  201. from the Install/Remove programs Control Panel Applet.
  202.  
  203.  
  204. 4. PRICING INFORMATION
  205. ======================
  206.  
  207. J-Write Text Editor Single User Licence        12 pounds sterling (US$20)
  208.  
  209. US dollar prices are for indicative pricing only and assume an exchange rate of 
  210. one pound = $1.66.  All prices are VAT exclusive. UK VAT (currently 17.5%) will be 
  211. charged for all UK residents and EC residents that are not VAT registered or do 
  212. provide a VAT number as proof of registration.
  213.  
  214.  
  215. 6. HOW TO REGISTER
  216. ==================
  217.  
  218. Registration may be made by FAX, Letter Post or EMail. For FAX and Letter Post 
  219. registrations, a Registration Form is provided in the File "regform.txt" for you 
  220. to EMail or  print out (FAX or letter post), complete, and send to MWA Software. 
  221. You can also register using the Compuserve Shareware Registration Service (GO 
  222. SWREG). The software is registered under the name "J-Write for Windows".
  223.  
  224. Visa, Mastercard, Eurocard and JCB are accepted as payment mechanisms. 
  225. International money orders in pounds sterling and cheques drawn on UK Bank 
  226. Accounts are also accepted. US Dollar denominated checks are also acceptable 
  227. provided that an additional 10% is added to the purchase price to allow for the 
  228. additional Bank Charge. Please make cheques payable to McCallum Whyman Associates 
  229. Ltd. We can similarly accept cheques drawn on most Western European banks provided 
  230. that they are made out in local currency (for some reason the banks charge less 
  231. this way).
  232.  
  233. EMail registrations should be sent to:
  234.   Internet:    sales@mwassocs.demon.co.uk, or 
  235.   Compuserve:    100041,315
  236.  
  237. FAX: 
  238.   UK: 01962 735581
  239.   Int: +44 1962 735581
  240.  
  241. MWA Software,
  242. P.O.Box 37,
  243. Alresford,
  244. Hants,
  245. SO24 9ZF,
  246. ENGLAND
  247.  
  248.  
  249. All registrations are accepted on the basis that the registered user will be 
  250. deemed to have accepted and be bound by the licence conditions for the J-Write 
  251. Text Editor as recorded in the file licence.txt.
  252.  
  253. 7. Secure Registration by EMail
  254. ================================
  255.  
  256. There are two routes by which you can EMail your credit card details to MWA 
  257. Software without incurring the risk of sending a credit card number in clear 
  258. across the Internet. One route is to use the encryption mechanism provided by 
  259. pkzip. The other is to use PGP.
  260.  
  261. pkzip encryption will generally be good enough to avoid detection by the so called 
  262. "sniffer" programs that are understood to monitor EMail communications, looking 
  263. for numbers that look like credit cards. However, it is not believe to be good 
  264. enough to resist a determined attack by someone who has access to the necessary 
  265. skills in cryptography and a powerful enough computer. On the other hand PGP is 
  266. understood to offer a very strong level of protection. MWA Software makes no 
  267. recommendations as to which is the better approach. It is for you to decide based 
  268. on your own location and concerns.
  269.  
  270. Secure Transmission using pkzip.
  271. ================================
  272.  
  273. pkzip can encrypt files in a .zip archive using a simple password. To register for 
  274. the J-Write Text Editor by EMail when using pkzip as your encryption engine:
  275.  
  276. 1. Using the file "regform.txt" as a template, complete a registration form for 
  277. the J-Write Text Editor. Remember to include your credit card details, billing 
  278. address and your name as it appears on your credit card. 
  279.  
  280. 2. Choose a password. Opening a dictionary at some random page is often a good way 
  281. to do this. For example, let's assume that you choose NERVOUS as your password.
  282.  
  283. 3. Compress and encrypt the modified regform.txt using pkzip and the -s option to 
  284. encrypt. For example, with NERVOUS as your password, use the command line:
  285.  
  286. pkzip -sNERVOUS regform regform.txt
  287.  
  288. This will create regform.zip containing your compressed and encryted registration 
  289. details.
  290.  
  291. 4. EMail regform.zip to MWA Software. Your own EMail utility will usually have a 
  292. way to send binary attachments to an EMail message. If you do not have such a 
  293. capability then you can use the J-Write Text Editor (also available from MWA 
  294. Software) to uuencode a binary file into a text form suitable for attaching to an 
  295. EMAil message. This feature is available from the File|Merge menu item. 
  296.  
  297. The MWA Software EMail address is sales@mwassocs.demon.co.uk.
  298. Set the subject to "J-Write Text Editor Registration"
  299.  
  300. 5. Send the password you choose at step 2 in a separate EMail to MWA Software. For 
  301. best protection, use our Compuserve EMail address:
  302.  
  303. 100041.315@compuserve.com
  304.  
  305. Set the subject to "re: J-Write Text Editor Registration"
  306.  
  307. Secure Transmission using PGP
  308. =============================
  309.  
  310. PGP is a powerful data encryption tool that has been made publicly available by 
  311. its author "Phillip Zimmermann". It is sufficiently good to attract the attentions 
  312. of various government's agency's and you should be aware that in certain countries 
  313. the use of such encryption software is a criminal offence. MWA Software only uses 
  314. PGP to decrypt registrations and does not send encrypted EMail. Having said that, 
  315. the international version of PGP can be obtained from:
  316.  
  317. http://www.ifi.uio.no/pgp/
  318.  
  319. The following URL is also a good source of information about PGP, including 
  320. information on how to get the more limited US version.
  321.  
  322. http://www.arc.unm.edu/~drosoff/pgp/pgp.html
  323.  
  324. To encrypt a registration using PGP, do the following:
  325.  
  326. 1. Using the file "regform.txt" as a template, complete a registration form for 
  327. the J-Write Text Editor. Remember to include your credit card details, billing 
  328. address and your name as it appears on your credit card. 
  329.  
  330. 2. Encrypt regform.txt using PGP and the MWA public key. This is provided in the 
  331. file "mwakey.asc", which should be in the same archive as this file. This will 
  332. typically be performed by the following commands (the ; indicates the start of a 
  333. comment):
  334.  
  335. pgp -ka mwakey.asc                    ;add MWA key to your public keyring
  336. pgp -ea regform.txt "MWA Software"    ;encrypt and encode for EMail
  337. pgp -kr "MWA Software"                ;remove the MWA key from your keyring
  338.  
  339. The above will have created the encrypted file "regform.pgp". This is a text file 
  340. and may be sent as part of a normal EMail to MWA Software:
  341.  
  342. sales@mwassocs.demon.co.uk
  343.  
  344. Set the subject to "J-Write Text Editor Registration"
  345.  
  346. If you have any reason to doubt the validity of the MWA key, request an up-to-date 
  347. version by EMail to the above address, with a subject of "Key Verification 
  348. Request".
  349.  
  350. Thank you for registering for the J-Write Text Editor.
  351.  
  352.